test: dma: add dma-uclass test
authorGrygorii Strashko <[email protected]>
Wed, 28 Nov 2018 18:17:51 +0000 (19:17 +0100)
committerTom Rini <[email protected]>
Fri, 7 Dec 2018 13:13:45 +0000 (08:13 -0500)
commitb3309918740f00735d414c44ed2a3f26c418715b
treefe3b17919c591818ee251996f09a483e3626204c
parent27ab27f85057801953d65d563f2340a22859bbbe
test: dma: add dma-uclass test

Add a sandbox DMA driver implementation (provider) and corresponding DM
test.

Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Grygorii Strashko <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Álvaro Fernández Rojas <[email protected]>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/sandbox-dma-test.c [new file with mode: 0644]
test/dm/Makefile
test/dm/dma.c [new file with mode: 0644]